Serialized Form


Package com.epiphan.vga2usb

Class com.epiphan.vga2usb.AccessDeniedException extends IOException implements Serializable

Class com.epiphan.vga2usb.GrabParameters extends Object implements Serializable

Serialized Fields

flags

int flags
Validity flags.

See Also:
GrabParameters.VALID_HSHIFT, GrabParameters.VALID_PHASE, GrabParameters.VALID_OFFSETGAIN, GrabParameters.VALID_VSHIFT, GrabParameters.VALID_PLLSHIFT, GrabParameters.VALID_GRABFLAGS

hshift

int hshift
Horizontal shift.


phase

int phase
Pixel sampling phase.


gain_r

int gain_r
Gain (contrast) for the red channel.


gain_g

int gain_g
Gain (contrast) for the green channel.


gain_b

int gain_b
Gain (contrast) for the blue channel.


offset_r

int offset_r
Offset (brightness) for the red channel.


offset_g

int offset_g
Offset (brightness) for the green channel.


offset_b

int offset_b
Offset (brightness) for the blue channel.


vshift

int vshift
Vertical shift.


pllshift

int pllshift
PLL adjustment.


grab_flags

int grab_flags
Grab flags.

See Also:
GrabParameters.GRAB_BMP_BOTTOM_UP, GrabParameters.GRAB_PREFER_WIDE_MODE

grab_flags_mask

int grab_flags_mask
Which bits from grab_flags are used

Class com.epiphan.vga2usb.Size extends Object implements Serializable

Serialized Fields

width

int width

height

int height

Class com.epiphan.vga2usb.VideoMode extends Object implements Serializable

Serialized Fields

width

int width

height

int height

vfreq

int vfreq



Copyright © 2008-2012 Epiphan Systems Inc. All rights reserved.